runtime.maybeTraceablePtr.get (method)
11 uses
runtime (current package)
chan.go#L339: if sg.elem.get() != nil {
chan.go#L398: dst := sg.elem.get()
chan.go#L409: src := sg.elem.get()
chan.go#L444: if sg.elem.get() != nil {
chan.go#L445: typedmemclr(c.elemtype, sg.elem.get())
chan.go#L730: typedmemmove(c.elemtype, qp, sg.elem.get())
mgc.go#L1213: return isMarkedOrNotInHeap(gp.waiting.elem.get())
proc.go#L518: if s.elem.get() != nil {
proc.go#L527: if s.elem.get() != nil {
runtime2.go#L367: func (p *maybeTraceablePtr) get() unsafe.Pointer {
runtime2.go#L393: return (*hchan)(p.maybeTraceablePtr.get())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |